home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / cli / gulamdoc.arc / GULAM.EL < prev    next >
Lisp/Scheme  |  1987-11-02  |  286b  |  11 lines

  1. ;;
  2. ;; Info-ize gulam.texinfo using our texinfmt.el
  3. ;;
  4. (defun make-gulam-info-file ()
  5.   "Info-ize gulam.texinfo using our texinfmt.el. bammi@mandrill.CWRU.edu"
  6.   (interactive)
  7.   (find-file "gulam.texinfo")
  8.   (load-file "texinfmt.el")
  9.   (texinfo-format-buffer)
  10.   (save-buffer))
  11.